home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / winutils / winutl2.zip / DOC_VIEW.BAT < prev    next >
DOS Batch File  |  1992-04-06  |  250b  |  16 lines

  1. @echo off
  2. : Åα¿¼Ñα ¿ß»«½∞º«óá¡¿∩  WinW2Dos v1.4
  3. WinW2Dos %1 Temp.$$$
  4. if errorlevel 2 goto Error
  5. if errorlevel 1 goto View2
  6. :View1
  7. wpview %1
  8. goto Exit
  9. :View2
  10. wpview Temp.$$$
  11. del Temp.$$$ > nul
  12. goto Exit
  13. :Error 
  14. echo Runtime error
  15. :Exit
  16.